C1.Web.Mvc.Fluent Namespace / ITemplateBuilder<T> Interface
The builder type.
Members

ITemplateBuilder<T> Interface
Defines the interface of the builder which can be used as a template.
Syntax
'Declaration
 
Public Interface ITemplateBuilder(Of T As ITemplateBuilder(Of T)) 
 
Type Parameters
T
The builder type.
See Also